projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a56d164
)
* frame.el (blink-cursor-mode): Make default t for ns.
author
Jan Djärv
<jan.h.d@swipnet.se>
Mon, 6 Dec 2010 06:51:06 +0000
(07:51 +0100)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Mon, 6 Dec 2010 06:51:06 +0000
(07:51 +0100)
lisp/ChangeLog
patch
|
blob
|
history
lisp/frame.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 8e80a7a6e199e7b5cba209e30a0866473e32fa6d..125ce3351baee761af8a2d5c659e2f5d6ba9ce2c 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2010-12-06 Jan Djärv <jan.h.d@swipnet.se>
+
+ * frame.el (blink-cursor-mode): Make default t for ns.
+
2010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
* vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
diff --git
a/lisp/frame.el
b/lisp/frame.el
index 0628db7ee389f09da00edef7f26d685eec822e0f..99f7a26d27a4ab50e05c4d84116de47d51504399 100644
(file)
--- a/
lisp/frame.el
+++ b/
lisp/frame.el
@@
-1614,7
+1614,7
@@
cursor display. On a text-only terminal, this is not implemented."
:init-value (not (or noninteractive
no-blinking-cursor
(eq system-type 'ms-dos)
- (not (memq window-system '(x w32)))))
+ (not (memq window-system '(x w32
ns
)))))
:initialize 'custom-initialize-delay
:group 'cursor
:global t